home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
cmln0885.arc
/
CROSST6.LTG
< prev
next >
Wrap
Text File
|
1986-02-27
|
768b
|
25 lines
Crossthoughts Listingá 6.
PP╠ codσ fo≥ modifieΣ, least-frequently-useΣ (MLFU⌐ pagσ ì
replacemen⌠ function
FUNCTION Selected_Page() return integer
-- Critical_Time is set as a criterion for giving recently read
pages a second chance for staying. It must be systematically
updated by other program segments.
BEGIN
IF Found
THEN Increment frequency of RAM-resident page
return ()
ELSE
Starting with first table entry search for entry that is not
too recent.
Search for table entry with least frequency value, skipping
recent entries.
return( Index pointing to entry with least frequency)
END IF
END Selected_Page